.jy-top-bar {
    position: relative;
    z-index:999999;
}

.jy-nav-block {
    background: #2c67ce;
    padding: 0 0 0 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 56px);
    height: 72px;
}

.jy-nav-block .jy-nav-logo {
    height: 48px;
    margin-right: 16px;
}

.jy-nav-block .jy-nav-logo img {
    display: block;
    height: 100%;
}

.jy-nav-con {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.jy-nav-con li a {
    display: block;
    text-decoration: none;
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
    padding: 0 16px;
    line-height: 72px;
    height: 72px;
    cursor: pointer;
}

.jy-nav-con div.show-more {
    color: #FFF;
    font-size: 18px;
}

.jy-nav-con div.show-more span {
    display: block;
    line-height: 72px;
    height: 72px;
}

img.arrowDown {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transform-origin: center center;
    transform: rotate(0deg);
}

img.arrowUp {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transform-origin: center center;
    transform: rotate(180deg);
}

.jy-nav-con li {
    flex-shrink: 0;
}

.jy-nav-con a:hover {
}

.jy-nav-con li div.more-nav-block {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 72px;
    background: #2c67ce;
}

.jy-nav-con div.nav-moon a.show-more-btn {
    border-bottom: none;
    background: #487ADB;
}
.jy-nav-con div.nav-moon div.more-nav-block a{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.jy-nav-con div.nav-moon div.more-nav-block {
    display: block;
    background: #487ADB;
}

.jy-more-bar a {
    flex-shrink: 0;
}

.jy-more-bar {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 1288px;
    margin: 0 0 0 236.5px;
    flex-wrap: wrap;
}

/*mobile-top*/
.m-top-bar {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 9999;
}

.m-top-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px 8px 16px;
    width: calc(100% - 32px);
}

.top-logo-img {
    flex-shrink: 0;
    display: block;
    width: 64px;
}

.top-right-block {
    display: flex;
    align-items: center;
}

.top-app-download {
    background: #029EE3;
    height: 32px;
    width: 72px;
    color: #FFF;
    line-height: 32px;
    font-size: 0.825rem;
    text-align: center;
    margin-right: 16px;
}

.top-more-block {
    height: 24px;
}

.top-more-block img {
    display: block;
    height: 100%;
    height: 100% !important;
}

.m-bar-block a {
    color: #FFF;
}

.m-bar-block {
    background: #024ac2;
    color: #FFF;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 10px 0 2px;
    /*去除滚动条样式*/
    /*  -ms-overflow-style: none;
      scrollbar-width: none;*/
}

/*::-webkit-scrollbar {
    display: none;
}*/
.m-bar-item {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 8px 9px 8px;
}

.m-bar-child-block {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 115px;
    background: #487ADB;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: none;
}

.m-bar-child-item {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
    padding: 8px;
}

.m-bar-more-block {
    position: fixed;
    top: 0;
    height: 100%;
    background: #FFF;
    z-index: 99;
    display: none;
    overflow: hidden;
}

@-webkit-keyframes openEffect {
    0% {
        height: 0;
        display: block;
    }

    100% {
        height: 100%;
    }
}

@-webkit-keyframes closeEffect {
    0% {
        height: 100%;
        display: none;
    }

    100% {
        height: 0;
    }
}


.m-bar-more-block.open {
    animation: openEffect 1s 1 forwards;
}

.m-bar-more-block.close {
    animation: closeEffect 1s ease 0s 1 normal forwards;
}

.m-bar-main-item {
    flex-shrink: 0;
    margin-top: 16px;
    float: left;
    margin-right: 2%;
    width: 23%;
    line-height: 32px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #212121;
    background: #eeeff1;
    overflow: hidden;
}

.m-bar-main-item div {
    border-radius: 16px;
    font-size: 0.75rem;
}

.m-bar-main-block {
    margin-top: 8px;
    flex-wrap: wrap;
    overflow: hidden;
}

.m-top-more-close {
    position: absolute;
    right: 16px;
    top: 16px;
}

.m-top-more-title {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 24px;
}

.m-top-more-close {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 11;
    width: 24px;
}

.m-top-more-close img {
    display: block;
    width: 100%;
}

.m-top-main-part {
    padding: 16px;
    position: relative;
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2024-03-12 15:44:38" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->